/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
/**!
 * 列表点颜色
 */
/*多行溢出*/
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h44 {
  font-size: 44px;
}
.h46 {
  font-size: 46px;
}
.h48 {
  font-size: 48px;
}
.h50 {
  font-size: 50px;
}
.h54 {
  font-size: 54px;
}
.h60 {
  font-size: 60px;
}
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/*文字列表*/
/*文字列表  comp-text-list-01*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @height - 盒子行高
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #13325E;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*文字列表  comp-text-list-02*/
/**!
 @color - 标题颜色
 @mb-num - box 盒子向下的距离
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #CE2B2D;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*文字列表  comp-text-list-03*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*文字列表  comp-text-list-04*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*文字列表  comp-text-list-05*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #13325E;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*文字列表  comp-text-list-06*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @padding - box 盒子边距设置
 @box-txt-col - box 盒子描述颜色
 @height - box 盒子的高度
 @mb-num - 向下间距
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-06 .box-s:before {
  background-color: #13325E;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*文字列表  comp-text-list-07*/
/**!
 @color - 标题颜色
 @box-bg - box 盒子背景颜色
 @box-txt-col - box 盒子描述颜色
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*图文列表*/
/*图文列表  comp-image-text-list-01*/
/**!
 @height-img - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*图文列表  comp-image-text-list-02*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @padding - info 边距
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*图文列表列表  comp-image-text-list-03*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-04*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*图文列表  comp-image-text-list-05*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @height - box 标题高度
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #CE2B2D;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*图文列表  comp-image-text-list-06*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*图文列表  comp-image-text-list-07*/
/**!
 @height - box 盒子图片高度
 @mb-num - box 盒子向下的距离
 @info - 向上减的距离
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*人员列表  comp-personnel-list-01*/
/**!
 @height-img - 人物图片高度
 @info-bg - info 背景颜色
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #13325E;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*人员列表  comp-personnel-list-02*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*人员列表  comp-personnel-list-03*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #CE2B2D;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #13325E;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*人员列表  comp-personnel-list-04*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #CE2B2D;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*人员列表  comp-personnel-list-05*/
/**!
 @height-img - 人物图片高度
 @@width-box - box 盒子最大宽度
 @mb-box - 盒子向下的距离
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #CE2B2D;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #CE2B2D;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #13325E;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*人员列表  comp-personnel-list-06*/
/**!
 @title-col - 标题颜色
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #CE2B2D;
}
/*人员细览*/
/*人员细览  comp-personnel-details-01*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*人员细览  comp-personnel-details-02*/
/**!
 @width-img - 图片宽度
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*人员细览  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/*分页*/
.comp-pages {
  padding-top: 50px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #13325E;
  border: 1px solid #13325E;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #13325E;
  border: 1px solid #13325E;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #13325E;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  line-height: 30px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 12px;
}
.details-page .cont-page .a-page:last-child {
  margin-bottom: 0;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #CE181B;
}
.details-page .cont-page .a-page:hover a {
  color: #CE181B;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #13325E;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #13325E;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #13325E;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #13325E;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #CE2B2D;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #13325E;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/*此文件写网站剩余样式*/
body {
  font-family: "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, Arial, sans-serif;
}
.container,
.container-video {
  *zoom: 1;
}
.container:after,
.container-video:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container-video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .container-video {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-video {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-video {
    padding-left: 0;
    padding-right: 0;
  }
  .container,
  .container-video {
    width: 1140px;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-video {
    width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-video {
    width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container-video {
    width: 1720px;
  }
}
@media (max-width: 1199px) {
  .container-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-main {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
/*nav*/
.index-nav nav.navbar.bootsnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url('kxyzg2024-navbg.png') repeat-x top center;
  box-shadow: none;
}
.index-nav nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
}
.index-nav nav.navbar.bootsnav ul.nav > li > a::before {
  background-color: #fff;
}
.index-nav nav.navbar.bootsnav ul.nav > li > a:hover,
.index-nav nav.navbar.bootsnav ul.nav > li > a:focus,
.index-nav nav.navbar.bootsnav ul.nav > li.active > a:hover,
.index-nav nav.navbar.bootsnav ul.nav > li.active > a:focus,
.index-nav nav.navbar.bootsnav ul.nav > li.active > a,
.index-nav nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  color: #fff !important;
}
.index-nav .search-box ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.index-nav .search-box :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.index-nav .search-box ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.index-nav .search-box :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.index-nav .search-box .s-inp {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.index-nav .search-box .s-btn {
  background: url('kxyzg2024-icon09.png') no-repeat center center;
}
.index-nav .navbar .toggle span,
.index-nav .navbar .toggle span::before,
.index-nav .navbar .toggle span::after {
  background-color: #fff;
}
.index-nav .navbar .toggle:hover span,
.index-nav .navbar .toggle:hover span::before,
.index-nav .navbar .toggle:hover span::after {
  background-color: #fff;
}
.body-video nav.navbar.bootsnav .navbar-brand {
  display: block;
  max-width: none;
  padding-top: 34px;
  padding-bottom: 34px;
}
.body-video nav.navbar.bootsnav .navbar-brand > div {
  float: left;
}
.body-video nav.navbar.bootsnav .navbar-brand > div a {
  display: block;
}
.body-video nav.navbar.bootsnav .navbar-brand .web-logo {
  max-width: 236px;
}
.body-video nav.navbar.bootsnav .navbar-brand .web-logo img {
  display: block;
  width: 100%;
}
.body-video nav.navbar.bootsnav .navbar-brand .sp-logo {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.body-video nav.navbar.bootsnav .navbar-brand .sp-logo::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  margin-top: -12px;
  background: #E0E0E0;
}
.body-video nav.navbar.bootsnav .navbar-brand .sp-logo a {
  color: #CF161D;
  line-height: 48px;
}
.body-video nav.navbar.bootsnav ul.nav {
  margin-right: 140px;
}
.body-video nav.navbar.bootsnav ul.nav > li {
  margin-right: 30px;
}
.body-video nav.navbar.bootsnav ul.nav > li > a {
  font-size: 20px;
}
.body-video .search-box {
  width: 300px;
}
nav.navbar.bootsnav {
  min-height: 120px;
  background: #fff;
  border: none;
  box-shadow: none;
  z-index: 9999;
  transition: all 0.5s;
  box-shadow: 0px 0px 17px 0px rgba(144, 163, 177, 0.35);
}
nav.navbar.bootsnav .navbar-brand {
  padding: 30px 0;
  max-width: 270px;
  height: auto;
  transition: all 0.5s;
  margin-left: 0;
  display: block;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .header-other {
  margin-top: 42px;
  float: right;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-right: 55px;
  margin-top: 32px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 54px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 56px;
  height: 56px;
  color: #333333;
  position: relative;
  padding: 0;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #333333;
  height: 2px;
  border-radius: 2px;
  transition: all 0.5s;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #333 !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  left: 0;
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: none;
  background: rgba(56, 108, 203, 0.9);
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  top: 2px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
  line-height: 28px;
  font-weight: normal;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #13325E;
}
.navbar .toggle span,
.navbar .toggle span::before,
.navbar .toggle span::after {
  background-color: #13325E;
}
.navbar .toggle:hover span,
.navbar .toggle:hover span::before,
.navbar .toggle:hover span::after {
  background-color: #13325E;
}
.nav-close {
  display: none !important;
}
@media (max-width: 1799px) {
  .body-video nav.navbar.bootsnav .navbar-brand {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .web-logo {
    max-width: 236px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo {
    padding-left: 15px;
    margin-left: 15px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo a {
    font-size: 30px;
    line-height: 48px;
  }
  .body-video nav.navbar.bootsnav ul.nav {
    margin-right: 20px;
  }
  .body-video nav.navbar.bootsnav ul.nav > li {
    margin-right: 22px;
  }
  .body-video .search-box {
    width: 200px;
  }
}
@media (max-width: 1679px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 40px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand {
    padding-top: 43px;
    padding-bottom: 35px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .web-logo {
    max-width: 200px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo {
    padding-left: 15px;
    margin-left: 15px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo::after {
    height: 22px;
    top: 22px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo a {
    font-size: 24px;
    line-height: 40px;
  }
  .body-video nav.navbar.bootsnav ul.nav {
    margin-right: 10px;
  }
  .body-video nav.navbar.bootsnav ul.nav > li {
    margin-right: 18px;
  }
  .body-video nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
  .body-video .search-box {
    width: 180px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 31px;
    padding-bottom: 31px;
    max-width: 260px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 43px;
    padding-bottom: 35px;
  }
  nav.navbar.bootsnav .navbar-brand .web-logo {
    max-width: 200px;
  }
  nav.navbar.bootsnav .navbar-brand .sp-logo {
    padding-left: 15px;
    margin-left: 15px;
  }
  nav.navbar.bootsnav .navbar-brand .sp-logo::after {
    height: 22px;
    top: 22px;
  }
  nav.navbar.bootsnav .navbar-brand .sp-logo a {
    font-size: 24px;
    line-height: 40px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 30px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .web-logo {
    max-width: 180px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo {
    padding-left: 15px;
    margin-left: 15px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo::after {
    height: 22px;
    top: 22px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo a {
    font-size: 22px;
    line-height: 40px;
  }
  .body-video nav.navbar.bootsnav ul.nav > li {
    margin-right: 18px;
  }
  .body-video nav.navbar.bootsnav ul.nav > li > a {
    font-size: 17px;
  }
  .body-video .search-box {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .phone-menu-toggle {
    display: block !important;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 60px;
  }
  nav.navbar.bootsnav .toggle {
    margin-top: 48px;
    padding-left: 26px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 60px;
    top: 0;
    right: 0;
    position: absolute;
  }
  nav.navbar.bootsnav .toggle {
    top: 0;
  }
}
@media (max-width: 767px) {
  .index-nav nav.navbar.bootsnav {
    background: url('kxyzg2024-navbg.png') repeat-x top center;
    background-size: cover;
  }
  nav.navbar.bootsnav {
    position: relative;
    min-height: 85px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  nav.navbar.bootsnav .head-versions {
    right: auto;
    left: 15px;
  }
  nav.navbar.bootsnav .head-versions a {
    width: 80px;
    height: 36px;
    line-height: 34px;
  }
  nav.navbar.bootsnav .head-versions a::after {
    transform: skew(0deg);
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 180px;
  }
  nav.navbar.bootsnav .header-other {
    margin-right: 15px;
    margin-top: 0;
  }
  nav.navbar.bootsnav .header-other .search-a {
    display: block;
    margin-right: 50px;
    margin-top: 25px;
  }
  nav.navbar.bootsnav .header-other .pc-search {
    display: none;
  }
  nav.navbar.bootsnav .toggle {
    top: 0;
    right: 15px;
    margin-top: 28px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .web-logo {
    max-width: 170px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo::after {
    height: 22px;
    top: 20px;
  }
  .body-video nav.navbar.bootsnav .navbar-brand .sp-logo a {
    font-size: 22px;
    line-height: 36px;
  }
}
.search-a {
  width: 30px;
  height: 30px;
  background: url('kxyzg2024-icon20.png') no-repeat center center rgba(19, 50, 94, 0.7);
  border-radius: 50%;
  margin-top: 4px;
}
.search-a:hover {
  background: url('kxyzg2024-icon20.png') no-repeat center center #13325e;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url('comm-close.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  position: relative;
  width: 175px;
}
.search-box.search-mobile {
  width: 100%;
}
.search-box.search-mobile .s-inp {
  background: #fff;
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  color: #333 !important;
}
.search-box.search-mobile .s-btn {
  top: 14px;
  background: url('kxyzg2024-icon11.png') no-repeat center center !important;
}
.search-box .s-inp {
  width: 100%;
  border-radius: 18px;
  height: 36px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 40px;
  color: #333;
  font-size: 15px;
  border: 1px solid #DEDEDE;
}
.search-box .s-btn {
  height: 16px;
  line-height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  right: 17px;
  cursor: pointer;
  z-index: 9;
  background: url('kxyzg2024-icon11.png') no-repeat center center;
}
.footer {
  background: #f0f1f2;
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 2.2;
  color: #404040;
}
.footer .main-content {
  position: relative;
  padding-right: 150px;
  min-height: 140px;
}
.footer .cont-erwm {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .cont-erwm > div {
  float: left;
  margin-right: 50px;
  text-align: center;
}
.footer .cont-erwm > div:last-child {
  margin-right: 0;
}
.footer .cont-erwm > div .box-img {
  display: inline-block;
}
.footer .cont-erwm > div .box-img img {
  display: block;
  width: 100px;
}
.footer .cont-erwm > div .box-title {
  color: #404040;
  line-height: 24px;
}
.footer .line {
  margin-left: 6px;
  margin-right: 6px;
}
.footer a,
.footer span {
  display: inline-block;
}
.footer a {
  color: #404040;
}
.footer a:hover {
  text-decoration: underline;
  color: #13325E;
}
/*---------------------------------------- index ---------------------------------------*/
.index-title {
  line-height: 50px;
  margin-bottom: 40px;
}
.index-title.index-title-tabs .title-txt {
  float: left;
}
.index-title.index-title-tabs .title-txt .line {
  float: left;
  width: 1px;
  height: 24px;
  background-color: #cccccc;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 16px;
}
.index-title.index-title-tabs .title-txt a {
  float: left;
}
.index-title.index-title-tabs .title-txt a:last-child {
  margin-right: 0;
}
.index-title.index-title-tabs .title-txt a.active {
  color: #13325E;
}
.index-title.index-title-tabs .title-more-w {
  float: right;
}
.index-title.index-title-tabs .title-more-w .title-more {
  display: none;
}
.index-title.index-title-tabs .title-more-w .title-more.active {
  display: block;
}
.index-title .title-txt {
  font-weight: bold;
  float: left;
  color: #1A1A1A;
}
.index-title .title-txt a {
  display: block;
  color: #1A1A1A;
}
.index-title .title-more {
  background: url('kxyzg2024-titlemore.png') no-repeat right center;
  padding-right: 70px;
  position: relative;
  float: right;
  display: block;
}
.index-title .title-more::before {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  height: 1px;
  width: 20px;
  background: #cccccc;
}
.index-title .title-more span {
  color: #333333;
  display: block;
  line-height: 50px;
  font-size: 15px;
}
.index-title .title-more:hover span {
  color: #13325E;
}
.index-title .title-tab {
  float: right;
}
.index-title .title-tab a,
.index-title .title-tab span {
  float: left;
  color: #1A1A1A;
}
.index-title .title-tab a:hover {
  color: #13325E;
}
.index-title .title-tab .line {
  margin-top: 16px;
  width: 1px;
  height: 18px;
  background-color: #d1d9e6;
  margin-left: 20px;
  margin-right: 20px;
}
.news-tabs-cont > div {
  display: none;
}
.news-tabs-cont > div.active {
  display: block;
}
@media (max-width: 1199px) {
  .index-title.index-title-tabs .title-txt .line {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .index-title.index-title-tabs .title-txt .line {
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 15px;
    height: 20px;
  }
}
.index-banner {
  position: relative;
}
.index-banner .banner-img,
.index-banner .thumbs-banner-img {
  overflow: hidden;
}
.index-banner .banner-img img,
.index-banner .thumbs-banner-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-banner .banner-img {
  height: 100vh;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
.index-banner .banner-img a {
  display: block;
  height: 100%;
  position: relative;
}
.index-banner .banner-img a::before,
.index-banner .banner-img a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: repeat-x;
}
.index-banner .banner-img a::before {
  background-position: top center;
  background-image: url('kxyzg2024-bannerbg01.png');
}
.index-banner .banner-img a::after {
  background-position: bottom center;
  background-image: url('kxyzg2024-bannerbg02.png');
}
.index-banner .banner-img a img {
  display: none;
}
.index-banner .thumbs-banner-img {
  border-radius: 6px;
  border: 2px solid transparent;
}
.index-banner .thumbs-banner-img img {
  display: block;
  height: 102px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .thumbs-wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 98;
}
.index-banner .thumbs-cont {
  position: relative;
  padding-left: 65px;
  padding-right: 65px;
  width: 736px;
  margin-left: auto;
  margin-right: 0;
}
.index-banner .banner-prev,
.index-banner .banner-next {
  border: 1px solid rgba(196, 205, 218, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.index-banner .banner-prev::after,
.index-banner .banner-next::after {
  display: none;
}
.index-banner .banner-prev:hover,
.index-banner .banner-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.index-banner .banner-prev {
  background-image: url('kxyzg2024-prev2.png');
}
.index-banner .banner-next {
  background-image: url('kxyzg2024-next2.png');
}
.index-banner .swiper-slide-thumb-active .thumbs-banner-img {
  border-color: #f2eccc;
}
.index-banner .banner-page {
  bottom: 30px;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: #E6E6E6;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.index-box {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}
.index-box:nth-child(2n) {
  background: #F7F8FA;
}
.index-activity .activity-main,
.activity-reco {
  background: #fff;
}
.index-activity .activity-main .box-s,
.activity-reco .box-s {
  background-color: #fff;
}
.index-activity .activity-main .box-s:hover .box-img img,
.activity-reco .box-s:hover .box-img img {
  transform: scale(1.05);
}
.index-activity .activity-main .box-s:hover .box-info .info-title,
.activity-reco .box-s:hover .box-info .info-title {
  color: #13325E;
}
.index-activity .activity-main .box-img,
.activity-reco .box-img {
  overflow: hidden;
}
.index-activity .activity-main .box-img img,
.activity-reco .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  height: 524px;
}
.index-activity .activity-main .box-info,
.activity-reco .box-info {
  padding: 45px 50px 25px 10px;
}
.index-activity .activity-main .box-info .info-title,
.activity-reco .box-info .info-title {
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  height: 72px;
}
.index-activity .activity-main .box-info .info-txt,
.activity-reco .box-info .info-txt {
  color: #4D4D4D;
  margin-bottom: 25px;
  text-align: justify overflow: hidden; text-overflow: ellipsis; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-height: 30px; height: 120px;;
}
.index-activity .activity-main .box-info .info-groups,
.activity-reco .box-info .info-groups {
  margin-bottom: 40px;
}
.index-activity .activity-main .box-info .info-groups > div,
.activity-reco .box-info .info-groups > div {
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
  color: #737373;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.index-activity .activity-main .box-info .info-groups > div:nth-child(1),
.activity-reco .box-info .info-groups > div:nth-child(1) {
  background-image: url('kxyzg2024-icon01.png');
}
.index-activity .activity-main .box-info .info-groups > div:nth-child(2),
.activity-reco .box-info .info-groups > div:nth-child(2) {
  background-image: url('kxyzg2024-icon02.png');
}
.index-activity .activity-main .box-info .info-groups > div:nth-child(3),
.activity-reco .box-info .info-groups > div:nth-child(3) {
  background-image: url('kxyzg2024-icon03.png');
}
.index-activity .activity-main .box-info .info-groups > div:nth-child(4),
.activity-reco .box-info .info-groups > div:nth-child(4) {
  background-image: url('kxyzg2024-icon04.png');
}
.index-activity .activity-main .box-info .info-more,
.activity-reco .box-info .info-more {
  width: 140px;
  height: 44px;
  line-height: 44px;
  display: block;
  background: url('kxyzg2024-icon05.png') no-repeat right 29px top 18px #FFFFFF;
  border-radius: 22px;
  border: 1px solid #E6E6E6;
  padding-left: 30px;
  color: #262626;
}
.index-activity .activity-main .box-info .info-more:hover,
.activity-reco .box-info .info-more:hover {
  background-image: url('kxyzg2024-icon06.png');
  border-color: #13325E;
  color: #13325E;
}
.index-activity .activity-main .activity-page,
.activity-reco .activity-page {
  width: auto;
  left: auto;
}
.index-activity .activity-main .activity-page .swiper-pagination-bullet,
.activity-reco .activity-page .swiper-pagination-bullet {
  width: 46px;
  height: 8px;
  background: #E6E6E6;
  opacity: 1;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 0;
}
.index-activity .activity-main .activity-page .swiper-pagination-bullet:last-child,
.activity-reco .activity-page .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-activity .activity-main .activity-page .swiper-pagination-bullet.swiper-pagination-bullet-active,
.activity-reco .activity-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #13325E;
}
.index-activity .activity-scroll {
  border: 1px solid #DEDEDE;
  position: relative;
}
.index-activity .activity-scroll::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1px;
  right: -1px;
  height: 4px;
  background-color: #F1F1F1;
}
.index-activity .activity-main {
  margin-bottom: 40px;
  position: relative;
}
.index-activity .activity-main .activity-page {
  right: 50px;
  bottom: 25px;
}
.index-activity .activity-list .box-s {
  border: 1px solid #DEDEDE;
  position: relative;
}
.index-activity .activity-list .box-s::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1px;
  right: -1px;
  height: 4px;
  background-color: #F1F1F1;
}
.index-activity .activity-list .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-activity .activity-list .box-s:hover .box-info .info-title {
  color: #13325E;
}
.index-activity .activity-list .box-s .box-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.index-activity .activity-list .box-s .box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 200%;
  transition: all 0.5s;
}
.index-activity .activity-list .box-s .box-info {
  padding: 15px 25px 20px;
}
.index-activity .activity-list .box-s .box-info .info-title-wrap .title-tag {
  float: left;
  margin-right: 8px;
}
.index-activity .activity-list .box-s .box-info .info-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #262626;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.index-activity .activity-list .box-s .box-info .info-txt {
  background-position: left center;
  background-repeat: no-repeat;
  color: #737373;
  line-height: 24px;
  height: 24px;
  padding-left: 22px;
}
.index-activity .activity-list .box-s .box-info .info-txt.info-time {
  background-image: url('kxyzg2024-icon01.png');
}
.index-activity .activity-list .box-s .box-info .info-txt.info-add {
  background-image: url('kxyzg2024-icon02.png');
}
.index-video .video-scroll {
  margin-bottom: 45px;
  position: relative;
}
.index-video .video-scroll .video-box .box-video {
  height: 786px;
  position: relative;
  overflow: hidden;
}
.index-video .video-scroll .video-box .box-video video,
.index-video .video-scroll .video-box .box-video img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.index-video .video-scroll .video-box .box-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('kxyzg2024-videobg.png') repeat-x left bottom;
}
.index-video .video-scroll .video-box .box-info .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 8;
}
.index-video .video-scroll .video-box .box-info .info-cont {
  position: absolute;
  left: 50px;
  bottom: 45px;
  z-index: 9;
}
.index-video .video-scroll .video-box .box-info .info-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}
.index-video .video-scroll .video-box .box-info .info-tag {
  color: #fff;
  margin-bottom: 22px;
  line-height: 22px;
}
.index-video .video-scroll .video-box .box-info .info-tag span {
  float: left;
}
.index-video .video-scroll .video-box .box-info .info-tag .line {
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-top: 3px;
}
.index-video .video-scroll .video-box .box-info .info-a {
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: url('kxyzg2024-icon08.png') no-repeat 29px 15px rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  padding-left: 52px;
  color: #fff;
}
.index-video .video-scroll .video-box .box-info .info-a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.index-video .video-scroll .video-boxs {
  width: 190px;
}
.index-video .video-scroll .video-boxs .box-img {
  border-radius: 6px;
  border: 2px solid transparent;
  overflow: hidden;
  height: 110px;
}
.index-video .video-scroll .video-boxs .box-img img {
  display: block;
  width: 100%;
  height: 106px;
}
.index-video .video-scroll .video-boxs .box-title {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.index-video .video-scroll .video-thumbs {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.index-video .video-scroll .swiper-slide-thumb-active .video-boxs .box-img {
  border-color: #fff;
}
.index-video .video-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-video .video-list .box-s:hover .box-title {
  color: #13325E;
}
.index-video .video-list .box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.index-video .video-list .box-img img {
  display: block;
  width: 100%;
  height: 180px;
  transition: all 0.5s;
}
.index-video .video-list .box-img .video-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  background-color: rgba(26, 26, 26, 0.85);
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
}
.index-video .video-list .box-img .video-tag > div {
  float: left;
  min-height: 26px;
}
.index-video .video-list .box-img .tag-num {
  background: url('kxyzg2024-icon07.png') no-repeat left center;
  padding-left: 18px;
  padding-right: 11px;
  position: relative;
  margin-right: 10px;
}
.index-video .video-list .box-img .tag-num::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.index-video .video-list .box-title {
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.index-video .video-list .box-tag {
  min-height: 26px;
}
.index-video .video-list .box-tag li {
  float: left;
  line-height: 26px;
  min-height: 26px;
  margin-right: 10px;
  padding-right: 11px;
  color: #737373;
  position: relative;
}
.index-video .video-list .box-tag li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.index-video .video-list .box-tag li:last-child::after {
  display: none;
}
.index-video .video-list .box-tag li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: #D9D9D9;
}
@media (min-width: 1200px) {
  .index-video .video-list .row-w {
    margin-left: -22px;
    margin-right: -22px;
  }
  .index-video .video-list .row-w .col-w {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.index-article .box-b:hover .box-title,
.index-article .box-s:hover .box-title {
  color: #13325E;
}
.index-article .box-b .box-title,
.index-article .box-s .box-title {
  font-weight: bold;
  color: #262626;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.index-article .box-b .box-tag span,
.index-article .box-s .box-tag span {
  float: left;
  border: 1px solid rgba(49, 117, 186, 0.2);
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #386CCB;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.index-article .box-b .box-tag span:last-child,
.index-article .box-s .box-tag span:last-child {
  margin-right: 0;
}
.index-article .box-b .box-tag span:hover,
.index-article .box-s .box-tag span:hover {
  background: #386CCB;
  color: #fff;
}
.index-article .box-b .box-class,
.index-article .box-s .box-class {
  color: #737373;
  line-height: 24px;
}
.index-article .box-b:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-article .box-b .box-img {
  overflow: hidden;
  height: 248px;
  position: relative;
  margin-bottom: 25px;
}
.index-article .box-b .box-img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-height: 200%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.index-article .box-s {
  margin-bottom: 30px;
}
.index-article .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-article .box-s .box-img {
  float: left;
  width: 185px;
  margin-right: 20px;
  overflow: hidden;
}
.index-article .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-article .box-s .box-info {
  overflow: hidden;
}
.index-article .article-right .col-s:last-child .box-s {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .index-article .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-article .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.baner-page {
  left: auto;
  width: auto;
  right: 20px;
  bottom: 20px;
}
.index-book {
  overflow: hidden;
}
.index-book .col-w {
  position: static;
}
.index-book .container {
  position: relative;
}
.index-book .bookbg {
  position: absolute;
  left: -130px;
  right: 0;
  bottom: -30px;
  height: 192px;
  background: url('kxyzg2024-bookbg.png') no-repeat left bottom;
  z-index: 8;
}
.index-book .bookbg::after {
  content: '';
  position: absolute;
  right: -10000px;
  top: 0;
  bottom: 0;
  left: 130px;
  background: #fff;
}
.index-book .main-cont {
  position: relative;
  z-index: 9;
}
.index-book .main-cont .book-next,
.index-book .main-cont .book-prev {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #C4CDDA;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.index-book .main-cont .book-next::after,
.index-book .main-cont .book-prev::after {
  display: none;
}
.index-book .main-cont .book-next:hover,
.index-book .main-cont .book-prev:hover {
  opacity: 0.7;
}
.index-book .main-cont .book-prev {
  background-image: url('kxyzg2024-prev.png');
  left: -120px;
}
.index-book .main-cont .book-next {
  background-image: url('kxyzg2024-next.png');
  right: -120px;
}
.index-book .main-img {
  height: 470px;
  text-align: center;
}
.index-book .main-img img {
  display: block;
  width: 100%;
}
.index-book .main-info .info-top {
  margin-bottom: 50px;
}
.index-book .main-info .info-top .box-title {
  font-weight: bold;
  color: #000;
  line-height: 60px;
  margin-bottom: 15px;
}
.index-book .main-info .info-top .box-txt {
  color: #4D4D4D;
  margin-bottom: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
}
.index-book .main-info .info-top .box-author {
  font-weight: bold;
}
.index-book .main-info .info-top .box-author span {
  margin-right: 15px;
}
.index-book .main-info .info-top .box-author span:last-child {
  margin-right: 0;
}
.index-book .main-info .box-book {
  text-align: center;
}
.index-book .main-info .box-book:hover .box-img img {
  transform: scale(1.1);
}
.index-book .main-info .box-book:hover .box-title {
  color: #13325E;
}
.index-book .main-info .box-book .box-img {
  width: 150px;
  height: 210px;
  line-height: 210px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.index-book .main-info .box-book .box-img img {
  display: inline;
  vertical-align: middle;
  transition: all 0.5s;
}
.index-book .main-info .box-book .box-title {
  font-weight: bold;
  color: #1A1A1A;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.index-book .main-info .box-book .box-author {
  color: #404040;
  line-height: 32px;
}
@media (min-width: 1280px) {
  .index-book .row-w {
    margin-left: -40px;
    margin-right: -40px;
  }
  .index-book .row-w .col-w {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-book .img-w {
    width: 28%;
  }
  .index-book .info-w {
    width: 72%;
  }
}
@media (min-width: 1680px) {
  .index-activity .activity-main .row-w,
  .activity-reco .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-activity .activity-main .row-w .col-w,
  .activity-reco .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index-news .news-reco {
  position: relative;
}
.index-news .news-reco:hover .box-img img {
  transform: scale(1.1);
}
.index-news .news-reco .box-img {
  overflow: hidden;
}
.index-news .news-reco .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-news .news-reco .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 20px;
}
.index-news .news-reco .box-title .title-s {
  color: #fff;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.index-news .news-reco .box-title .txt-s {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  max-height: 48px;
}
.index-news .news-list li {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.index-news .news-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  overflow: hidden;
  height: 1px;
  width: 0;
  background-color: #13325E;
  transition: all 0.5s;
}
.index-news .news-list li:hover::before {
  width: 100%;
}
.index-news .news-list li:hover .box-title {
  color: #13325E;
}
.index-news .news-list .box-title {
  color: #1A1A1A;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 64px;
  line-height: 64px;
}
@media (min-width: 1200px) {
  .index-news .reco-w {
    width: 51.1%;
  }
  .index-news .reco-w.col-lg-push-6 {
    left: 48.9%;
  }
  .index-news .list-w {
    width: 48.9%;
  }
  .index-news .list-w .col-lg-pull-6 {
    right: 51.1%;
  }
}
@media (min-width: 1200px) {
  .index-news .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .index-news .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*---------------------------------------- other-page ---------------------------------------*/
.public-banner {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.public-banner .container {
  height: 240px;
  padding-top: 20px;
}
.public-banner .bread-crumbs .bread-item {
  color: #fff;
}
.public-banner .bread-crumbs .bread-item a {
  color: #fff;
}
.public-banner .bread-crumbs .bread-item a:last-child {
  color: #fff;
}
.public-banner .bread-crumbs .bread-item > span::before {
  color: #fff;
}
.page-main {
  min-height: calc(100vh - 120px - 200px);
  padding-bottom: 60px;
}
.page-main.main-other {
  padding-top: 45px;
}
.page-main.main-video {
  padding-top: 50px;
}
.content-top {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  position: relative;
}
.bread-crumbs .bread-item {
  color: #8E8E8E;
  line-height: 30px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #8E8E8E;
}
.bread-crumbs .bread-item a:last-child {
  color: #13325E;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #8E8E8E;
}
.public-title {
  border-top: 3px solid #333333;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 20px;
  line-height: 40px;
  margin-bottom: 40px;
}
.public-title.title-other .title-left {
  float: left;
}
.public-title.title-w {
  padding-left: 0;
  padding-right: 0;
}
.public-title.title-video {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.6;
}
.public-title.title-video .title-left {
  float: left;
}
.public-title .title-left {
  font-weight: bold;
  color: #262626;
}
.public-title .title-left span {
  color: #CF161D;
  font-weight: normal;
}
.public-title .title-class {
  float: right;
}
.public-title .title-class ul li {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.public-title .title-class ul li::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background: #E6E6E6;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.public-title .title-class ul li:last-child {
  padding-right: 0;
}
.public-title .title-class ul li:last-child::after {
  display: none;
  padding-right: 0;
}
.public-title .title-class ul li a {
  display: block;
  color: #666666;
}
.public-title .title-class ul li:hover a,
.public-title .title-class ul li.active a {
  color: #13325E;
}
.details-page .detail-top {
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.5;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .main-cont {
  line-height: 2;
  text-align: left;
  color: #333;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .details-page .detail-top {
    border-bottom: 1px solid #F1F1F3;
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .details-page .detail-top .title-s {
    color: #333333;
    max-width: 100%;
    line-height: 1.5;
  }
  .details-page .detail-top .top-other {
    margin-top: 25px;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    text-align: center;
  }
}
.list-img-text li {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.list-img-text li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .info-title {
  color: #13325E;
}
.list-img-text .box-s:hover .box-info .info-more {
  background: #13325E;
  color: #fff;
}
.list-img-text .box-s .box-img {
  float: left;
  margin-right: 40px;
  width: 400px;
  max-height: 264px;
  overflow: hidden;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-text .box-s .box-info {
  overflow: hidden;
  line-height: 30px;
  color: #999999;
}
.list-img-text .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-img-text .box-s .box-info .info-date {
  color: #13325E;
  margin-bottom: 10px;
}
.list-img-text .box-s .box-info .info-txt {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 30px;
  max-height: 120px;
}
.list-img-text .box-s .box-info .info-more {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #13325E;
  color: #13325E;
}
.news-wrap {
  background: #F7F8FA;
}
.list-img-text-02 li {
  background: #FFFFFF;
  padding: 30px 35px;
  margin-bottom: 20px;
}
.list-img-text-02 li:last-child {
  margin-bottom: 0;
}
.list-img-text-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text-02 .box-s:hover .box-img::before {
  height: 100%;
}
.list-img-text-02 .box-s:hover .box-info .info-title {
  color: #13325E;
}
.list-img-text-02 .box-s:hover .box-info .info-more {
  background: #13325E;
  color: #fff;
}
.list-img-text-02 .box-s:hover .box-info .info-more span {
  background-image: url('kxyzg2024-icon27.png');
}
.list-img-text-02 .box-s .box-img {
  float: left;
  margin-right: 35px;
  padding-right: 35px;
  overflow: hidden;
  border-right: 1px solid #DEDEDE;
  position: relative;
}
.list-img-text-02 .box-s .box-img::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  width: 1px;
  background-color: #13325E;
  transition: all 0.5s;
}
.list-img-text-02 .box-s .box-img a {
  display: block;
  overflow: hidden;
}
.list-img-text-02 .box-s .box-img img {
  display: block;
  width: 400px;
  transition: all 0.5s;
}
.list-img-text-02 .box-s .box-info {
  overflow: hidden;
  line-height: 30px;
  color: #999999;
  padding-top: 8px;
}
.list-img-text-02 .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.list-img-text-02 .box-s .box-info .info-date {
  color: #13325E;
  margin-bottom: 15px;
  font-size: 15px;
}
.list-img-text-02 .box-s .box-info .info-txt {
  margin-bottom: 15px;
  font-size: 15px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  max-height: 60px;
}
.list-img-text-02 .box-s .box-info .info-more {
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 140px;
  height: 46px;
  line-height: 46px;
  background: #F7F8FA;
  border-radius: 23px;
  text-align: center;
  color: #024098;
}
.list-img-text-02 .box-s .box-info .info-more span {
  background: url('kxyzg2024-icon26.png') no-repeat right center;
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
.box-list .list-menuw,
.about-groups .list-menuw {
  float: left;
  width: 260px;
  margin-right: 40px;
}
.box-list .list-contw,
.about-groups .list-contw {
  overflow: hidden;
}
.box-list .book-menu,
.about-groups .book-menu,
.box-list .about-menu,
.about-groups .about-menu {
  background: #F7F8FA;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-list .book-menu .menu-title,
.about-groups .book-menu .menu-title,
.box-list .about-menu .menu-title,
.about-groups .about-menu .menu-title {
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 10px;
}
.box-list .book-menu .menu-box a,
.about-groups .book-menu .menu-box a,
.box-list .about-menu .menu-box a,
.about-groups .about-menu .menu-box a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  line-height: 30px;
  color: #333333;
}
.box-list .book-menu .menu-box a::after,
.about-groups .book-menu .menu-box a::after,
.box-list .about-menu .menu-box a::after,
.about-groups .about-menu .menu-box a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 20px;
  background: #C5271E;
  border-radius: 0px 2px 2px 0px;
  display: none;
}
.box-list .book-menu .menu-box.active a::after,
.about-groups .book-menu .menu-box.active a::after,
.box-list .about-menu .menu-box.active a::after,
.about-groups .about-menu .menu-box.active a::after,
.box-list .book-menu .menu-box:hover a::after,
.about-groups .book-menu .menu-box:hover a::after,
.box-list .about-menu .menu-box:hover a::after,
.about-groups .about-menu .menu-box:hover a::after {
  display: block;
}
.about-groups {
  padding-top: 20px;
}
.about-groups .groups-title {
  font-weight: bold;
  color: #262626;
  line-height: 1;
  margin-bottom: 35px;
}
.about-groups .about-cont .cont-info {
  font-size: 17px;
  color: #262626;
  line-height: 2;
  text-align: justify;
}
.about-groups .about-cont .cont-info div,
.about-groups .about-cont .cont-info p {
  margin-bottom: 20px;
}
.about-groups .about-cont .cont-info divlast-child,
.about-groups .about-cont .cont-info plast-child {
  margin-bottom: 0;
}
.about-groups .contact-us .box-map {
  height: 520px;
}
.about-groups .contact-us .box-map .maps {
  height: 100%;
  width: 100%;
}
.about-groups .contact-us .box-info {
  background: #F3F5F9;
  padding: 40px 50px;
}
.about-groups .contact-us .box-info .info-txt {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  color: #262626;
  line-height: 34px;
}
.about-groups .contact-us .box-info .info-txt::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 5px;
  background-color: #2F63B1;
}
.box-list .book-groups .box-s {
  border: 1px solid #EBEBEB;
  padding: 20px 40px;
  margin-top: -1px;
  position: relative;
}
.box-list .book-groups .box-s:hover {
  z-index: 99;
  border-color: #13325E;
}
.box-list .book-groups .box-s:hover .box-img img {
  transform: scale(1.1);
}
.box-list .book-groups .box-s:hover .box-info .info-title {
  color: #13325E;
}
.box-list .book-groups .box-s:first-child {
  margin-top: 0;
}
.box-list .book-groups .box-s .box-img {
  float: left;
  width: 168px;
  margin-right: 38px;
  overflow: hidden;
}
.box-list .book-groups .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.box-list .book-groups .box-s .box-info {
  overflow: hidden;
}
.box-list .book-groups .box-s .box-info .info-title {
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
  display: block;
}
.box-list .book-groups .box-s .box-info .info-txt {
  color: #333333;
  line-height: 34px;
}
.book-details .details-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: bold;
  color: #BE2F29;
}
.book-details .details-left .box-img {
  background: #FFFFFF;
  border: 1px solid #F1F0F0;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}
.book-details .details-left .box-img img {
  display: block;
  width: 100%;
}
.book-details .details-left .box-title .title-s {
  color: #BE2F29;
  margin-bottom: 10px;
  font-weight: bold;
}
.book-details .details-left .box-title .txt-s {
  font-weight: bold;
}
.book-details .details-left .box-title .txt-s span {
  display: inline-block;
  margin-right: 10px;
}
.book-details .details-left .box-title .txt-s span:last-child {
  margin-right: 0;
}
.book-details .details-left .box-title .other-s {
  color: #4D4D4D;
  line-height: 28px;
  margin-top: 20px;
}
.book-details .details-cont .cont-title {
  background: #F5F8FD;
  border-radius: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.book-details .details-cont .cont-title a {
  display: inline-block;
  vertical-align: bottom;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 25px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.book-details .details-cont .cont-title a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-top: 7px solid #BE2F29;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: none;
}
.book-details .details-cont .cont-title a.active {
  color: #fff;
  background: #BE2F29;
}
.book-details .details-cont .cont-title a.active::after {
  display: block;
}
.book-details .details-cont .cont-info {
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}
.book-details .details-cont .cont-info > div {
  display: none;
}
.book-details .details-cont .cont-info > div.active {
  display: block;
}
.book-details .details-cont .cont-info > div div,
.book-details .details-cont .cont-info > div p {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .book-details .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .book-details .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .book-details .row-w .left-w {
    width: 27.3%;
  }
  .book-details .row-w .right-w {
    width: 72.7%;
  }
}
.article-page .article-top .box-b {
  margin-bottom: 30px;
}
.article-page .article-top .box-b:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.article-page .article-top .box-b:hover .box-title {
  color: #13325E;
}
.article-page .article-top .box-b .box-img {
  overflow: hidden;
  height: 290px;
  position: relative;
  margin-bottom: 25px;
}
.article-page .article-top .box-b .box-img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-height: 200%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  object-fit: cover;
}
.article-page .article-top .box-b .box-title {
  font-weight: bold;
  color: #262626;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.article-page .article-top .box-b .box-tag {
  margin-bottom: 10px;
}
.article-page .article-top .box-b .box-tag span {
  float: left;
  border: 1px solid rgba(49, 117, 186, 0.2);
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #386CCB;
  font-size: 12px;
  margin-right: 4px;
}
.article-page .article-top .box-b .box-tag span:last-child {
  margin-right: 0;
}
.article-page .article-top .box-b .box-tag span:hover {
  background: #386CCB;
  color: #fff;
}
.article-page .article-top .box-b .box-class {
  color: #737373;
  line-height: 24px;
}
.article-page .article-list .box-s:first-child {
  padding-top: 0;
}
.article-page .article-list .box-s {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E6E6E6;
}
.article-page .article-list .box-s:hover {
  border-bottom-color: #13325E;
}
.article-page .article-list .box-s:hover .box-title {
  color: #13325E;
}
.article-page .article-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.article-page .article-list .box-s .box-img {
  float: left;
  overflow: hidden;
  margin-right: 40px;
  width: 320px;
}
.article-page .article-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.article-page .article-list .box-s .box-info {
  overflow: hidden;
}
.article-page .article-list .box-s .box-title {
  color: #1A1A1A;
  font-weight: bold;
  font-size: 19px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.article-page .article-list .box-s .box-txt {
  font-size: 15px;
  color: #4D4D4D;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
}
.article-page .article-list .box-s .box-tag {
  margin-top: 15px;
  background: url('kxyzg2024-icon12.png') no-repeat 0 4px;
  padding-left: 26px;
}
.article-page .article-list .box-s .box-tag > span {
  float: left;
  position: relative;
  line-height: 24px;
  min-height: 24px;
  padding-right: 14px;
  margin-right: 14px;
  color: #8C8C8C;
}
.article-page .article-list .box-s .box-tag > span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.article-page .article-list .box-s .box-tag > span:last-child::after {
  display: none;
}
.article-page .article-list .box-s .box-tag > span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #8C8C8C;
  transform: translateY(-50%);
}
.article-page .article-hot .hot-title {
  background: url('kxyzg2024-icon13.png') no-repeat 30px 23px #F0F1F2;
  padding-left: 62px;
  font-weight: bold;
  color: #262626;
  height: 70px;
  line-height: 70px;
}
.article-page .article-hot .hot-main {
  padding: 20px 30px;
}
.article-page .article-hot .hot-main li:hover .a-title {
  color: #13325E;
}
.article-page .article-hot .hot-main li .a-title {
  color: #262626;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 52px;
  line-height: 52px;
}
.article-page .article-hot .hot-main li:nth-child(-n+3) .a-title span {
  color: #C51A1A;
}
@media (min-width: 1200px) {
  .article-page .row-article {
    margin-left: -30px;
    margin-right: -30px;
  }
  .article-page .row-article .col-article {
    padding-left: 30px;
    padding-right: 30px;
  }
  .article-page .row-article .col-articlel {
    width: 69%;
  }
  .article-page .row-article .col-articler {
    width: 31%;
  }
  .article-page .article-top .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .article-page .article-top .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.other-activity-details .details-title {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.other-activity-details .details-box {
  position: relative;
  line-height: 38px;
  color: #4D4D4D;
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 46px;
  padding-left: 140px;
}
.other-activity-details .details-box.other-cont {
  padding-left: 0;
}
.other-activity-details .details-box.other-cont .box-title {
  position: relative;
}
.other-activity-details .details-box.other-cont .box-cont {
  padding-left: 40px;
  text-align: justify;
}
.other-activity-details .details-box.other-cont .box-cont p,
.other-activity-details .details-box.other-cont .box-cont div {
  line-height: 2;
  margin-bottom: 20px;
}
.other-activity-details .details-box.other-cont .box-cont p:last-child,
.other-activity-details .details-box.other-cont .box-cont div:last-child {
  margin-bottom: 0;
}
.other-activity-details .details-box .box-title {
  font-weight: bold;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 46px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.other-activity-details .details-box .box-title.title-bgzt {
  background-image: url('kxyzg2024-icon14.png');
}
.other-activity-details .details-box .box-title.title-bgr {
  background-image: url('kxyzg2024-icon15.png');
}
.other-activity-details .details-box .box-title.title-rq {
  background-image: url('kxyzg2024-icon16.png');
}
.other-activity-details .details-box .box-title.title-dd {
  background-image: url('kxyzg2024-icon17.png');
}
.other-activity-details .details-box .box-title.title-jj {
  background-image: url('kxyzg2024-icon18.png');
}
.about-box {
  background-repeat: no-repeat;
  text-align: justify;
}
.about-box .about-title {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}
.about-box-01 {
  background-position: right top;
  background-image: url('kxyzg2024-aboutbg01.png');
  padding-top: 25px;
  padding-bottom: 80px;
  color: #404040;
  line-height: 1.8;
}
.about-box-01 .item-box {
  margin-bottom: 40px;
}
.about-box-01 .item-box:last-child {
  margin-bottom: 0;
}
.about-box-01 .item-box .box-title {
  color: #262626;
  margin-bottom: 20px;
}
.about-box-01 .item-box .box-txt div,
.about-box-01 .item-box .box-txt p {
  margin-bottom: 20px;
}
.about-box-02 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F7F8FA;
  background-position: right center;
  background-image: url('kxyzg2024-aboutbg02.png');
}
.about-box-02 .box-info {
  color: #262626;
  line-height: 2.2;
}
.about-box-02 .box-info div,
.about-box-02 .box-info p {
  margin-bottom: 20px;
}
.about-box-03 {
  position: relative;
}
.about-box-03 .box-info {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 30px;
}
.about-box-03 .box-info .info-txt {
  line-height: 30px;
  color: #333333;
}
.about-box-03 .box-info .info-txt p,
.about-box-03 .box-info .info-txt div {
  margin-bottom: 15px;
}
.about-box-03 .box-info .info-txt p:last-child,
.about-box-03 .box-info .info-txt div:last-child {
  margin-bottom: 0;
}
.about-box-03 .box-info .info-txt span {
  display: inline-block;
  margin-right: 20px;
}
.about-box-03 .box-info .info-txt span:last-child {
  margin-right: 0;
}
.about-box-03 .map-w {
  position: static;
}
.about-box-03 .box-map {
  min-height: 500px;
}
.about-box-03 .maps {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
}
@media (min-width: 992px) {
  .about-box-03 .row-w {
    padding-left: 0;
    padding-right: 0;
  }
  .about-box-03 .row-w .col-w {
    padding-left: 0;
    padding-right: 0;
  }
}
.activity-wrap {
  background: #F7F8FA;
}
.activity-reco {
  margin-bottom: 50px;
}
.activity-reco .activity-page {
  right: 50px;
  bottom: 30px;
}
.activity-reco .box-info .info-groups {
  margin-bottom: 0 !important;
}
.activity-list-02 li {
  margin-bottom: 20px;
}
.activity-list-02 li:last-child {
  margin-bottom: 0;
}
.activity-list-02 .box-s {
  background-color: #fff;
  padding: 30px;
}
.activity-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.activity-list-02 .box-s:hover .box-info .info-title {
  color: #13325E;
}
.activity-list-02 .box-s .box-img {
  float: left;
  overflow: hidden;
  width: 440px;
  margin-right: 40px;
}
.activity-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.activity-list-02 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.activity-list-02 .box-s .box-info .info-title {
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.activity-list-02 .box-s .box-info .info-txt {
  color: #4D4D4D;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  height: 84px;
}
.activity-list-02 .box-s .box-info .info-other {
  line-height: 26px;
  color: #737373;
}
.activity-list-02 .box-s .box-info .info-other > div {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.activity-list-02 .box-s .box-info .info-other > div.other-time {
  background-image: url('kxyzg2024-icon01.png');
}
.activity-list-02 .box-s .box-info .info-other > div.other-add {
  background-image: url('kxyzg2024-icon02.png');
}
.activity-list-02 .box-s .box-info .info-other > div.other-bgr {
  background-image: url('kxyzg2024-icon03.png');
}
.activity-footprint .main-cont {
  position: relative;
}
.activity-footprint .cont-map {
  height: 682px;
  width: 100%;
  position: relative;
  z-index: 99;
}
.activity-footprint .cont-num-groups {
  position: absolute;
  right: 0;
  left: 0;
  top: 180px;
  background: url('kxyzg2024-new-24.png') no-repeat right bottom;
  height: 338px;
}
.activity-footprint .cont-num-groups .box-groups {
  width: 630px;
  margin-left: auto;
  margin-right: 30px;
  padding-top: 95px;
  color: #1c3972;
}
.activity-footprint .cont-num-groups .box-groups > div.box-s {
  float: left;
  width: 33.33333%;
  height: 100px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.activity-footprint .cont-num-groups .box-groups > div.box-s .box-icon {
  margin-bottom: 15px;
}
.activity-footprint .cont-num-groups .box-groups > div.box-s .box-info .num-s {
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.activity-footprint .cont-num-groups .box-txt {
  width: 100%;
  line-height: 2;
}
.activity-footprint .cont-num-groups .box-txt span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #13325E;
  font-weight: bold;
}
#chinaMap {
  height: 100%;
  width: 100%;
}
.activity-detail {
  background: url('kxyzg2024-modbg.png') no-repeat bottom center;
  background-size: cover;
  padding-bottom: 30px;
}
.activity-detail .content-top {
  margin-bottom: 20px;
}
.activity-detail .detail-img img {
  display: block;
  width: 100%;
}
.activity-detail .detail-info .info-icon {
  margin-bottom: 25px;
}
.activity-detail .detail-info .info-icon img {
  display: block;
}
.activity-detail .detail-info .info-title {
  line-height: 1.6;
  color: #262626;
  font-weight: bold;
  margin-bottom: 20px;
}
.activity-detail .detail-info .info-txt {
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.activity-detail .detail-info .info-other {
  color: #737373;
  line-height: 26px;
}
.activity-detail .detail-info .info-other .other-box {
  position: relative;
  padding-left: 90px;
  min-height: 26px;
}
.activity-detail .detail-info .info-other .other-box .box-title {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.activity-detail .detail-info .info-other .other-box .box-title.title-01 {
  background-image: url(kxyzg2024-icon01.png);
}
.activity-detail .detail-info .info-other .other-box .box-title.title-02 {
  background-image: url(kxyzg2024-icon02.png);
}
.activity-detail .detail-info .info-other .other-box .box-title.title-03 {
  background-image: url(kxyzg2024-icon03.png);
}
.activity-detail .detail-info .info-other .other-box .box-title.title-04 {
  background-image: url(kxyzg2024-icon04.png);
}
@media (min-width: 1200px) {
  .activity-detail .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .activity-detail .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
  .activity-detail .row-w .img-w {
    width: 55%;
  }
  .activity-detail .row-w .info-w {
    width: 45%;
  }
}
.activity-correlation {
  padding-top: 60px;
}
.activity-correlation .correlation-title {
  font-weight: bold;
  color: #262626;
  line-height: 1.6;
  margin-bottom: 30px;
}
.video-list-02.list-yss .box-img img {
  height: 220px;
}
.video-list-02 .box-s {
  margin-bottom: 40px;
}
.video-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.video-list-02 .box-s:hover .box-info .box-title {
  color: #13325E;
}
.video-list-02 .box-img {
  overflow: hidden;
  position: relative;
}
.video-list-02 .box-img img {
  display: block;
  width: 100%;
  height: 250px;
  transition: all 0.5s;
}
.video-list-02 .box-img .video-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  background-color: rgba(26, 26, 26, 0.85);
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
}
.video-list-02 .box-img .video-tag > div {
  float: left;
  min-height: 26px;
}
.video-list-02 .box-img .tag-num {
  background: url('kxyzg2024-icon07.png') no-repeat left center;
  padding-left: 18px;
  padding-right: 11px;
  position: relative;
  margin-right: 10px;
}
.video-list-02 .box-img .tag-num::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.video-list-02 .box-info {
  border: 1px solid #E6E6E6;
  padding: 18px 25px;
}
.video-list-02 .box-info .box-title {
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.video-list-02 .box-info .box-tag {
  min-height: 26px;
}
.video-list-02 .box-info .box-tag li {
  float: left;
  line-height: 26px;
  margin-right: 10px;
  padding-right: 11px;
  min-height: 26px;
  color: #737373;
  position: relative;
}
.video-list-02 .box-info .box-tag li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.video-list-02 .box-info .box-tag li:last-child::after {
  display: none;
}
.video-list-02 .box-info .box-tag li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: #D9D9D9;
}
.news-list-02.list-01 .box-s {
  background: url('kxyzg2024-boxbg.png') no-repeat right bottom #fff;
  padding-top: 12px;
}
.news-list-02.list-01 .box-s::before {
  background: #1a68c0;
}
.news-list-02.list-01 .box-s .box-title {
  font-weight: bold;
}
.news-list-02.list-02 .box-s::before {
  background: #eab374;
}
.news-list-02 .box-s {
  border: 1px solid #E6E6E6;
  height: 104px;
  margin-bottom: 30px;
  padding: 20px 25px;
  position: relative;
}
.news-list-02 .box-s::before {
  content: '';
  position: absolute;
  left: -3px;
  width: 5px;
  border-radius: 3px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.news-list-02 .box-s:hover .box-title {
  color: #13325E;
}
.news-list-02 .box-s .box-date {
  color: #0D4994;
  line-height: 26px;
}
.news-list-02 .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
}
.news-list-02 .box-s .box-name {
  color: #737373;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .video-list-02 .row-w,
  .news-list-02 .row-w {
    margin-left: -22px;
    margin-right: -22px;
  }
  .video-list-02 .row-w .col-w,
  .news-list-02 .row-w .col-w {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.video-hot .video-scroll {
  margin-bottom: 45px;
  position: relative;
}
.video-hot .video-scroll .video-top {
  margin-right: 282px;
}
.video-hot .video-scroll .video-thumbs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 267px;
}
.video-hot .video-scroll .video-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.video-hot .video-scroll .video-box .box-video {
  height: 810px;
  position: relative;
  overflow: hidden;
}
.video-hot .video-scroll .video-box .box-video video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.video-hot .video-scroll .video-box .box-img {
  overflow: hidden;
  border-radius: 20px;
  height: 810px;
}
.video-hot .video-scroll .video-box .box-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.video-hot .video-scroll .video-box .box-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('kxyzg2024-videobg.png') repeat-x left bottom;
}
.video-hot .video-scroll .video-box .box-info .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 8;
}
.video-hot .video-scroll .video-box .box-info .info-cont {
  position: absolute;
  left: 50px;
  bottom: 45px;
  z-index: 9;
}
.video-hot .video-scroll .video-box .box-info .info-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
}
.video-hot .video-scroll .video-box .box-info .info-tag {
  color: #fff;
  margin-bottom: 22px;
  line-height: 22px;
  display: none;
}
.video-hot .video-scroll .video-box .box-info .info-tag span {
  float: left;
}
.video-hot .video-scroll .video-box .box-info .info-tag .line {
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-top: 3px;
}
.video-hot .video-scroll .video-box .box-info .info-a {
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: url('kxyzg2024-icon08.png') no-repeat 29px 15px rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  padding-left: 52px;
  color: #fff;
}
.video-hot .video-scroll .video-boxs .box-img {
  border-radius: 12px;
  border: 1px solid transparent;
  overflow: hidden;
  height: 150px;
}
.video-hot .video-scroll .video-boxs .box-img img {
  display: block;
  width: 100%;
  height: 150px;
}
.video-hot .video-scroll .swiper-slide-thumb-active .video-boxs .box-img {
  border-color: #CF161D;
}
.video-list-03.list-01 .box-s .box-img img {
  height: 180px;
}
.video-list-03.list-02 .box-s .box-img img {
  height: 230px;
}
.video-list-03.list-03 .row-w {
  margin-left: -5px;
  margin-right: -5px;
}
.video-list-03.list-03 .row-w .col-w {
  padding-left: 5px;
  padding-right: 5px;
}
.video-list-03.list-03 .box-s {
  margin-bottom: 15px;
}
.video-list-03.list-03 .box-img {
  margin-bottom: 5px;
}
.video-list-03.list-03 .box-img img {
  height: 105px;
}
.video-list-03.list-03 .box-title {
  font-weight: normal;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.video-list-03 .box-s {
  margin-bottom: 35px;
}
.video-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.video-list-03 .box-s:hover .box-title {
  color: #13325E;
}
.video-list-03 .box-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
}
.video-list-03 .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.video-list-03 .box-img .video-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  background-color: rgba(26, 26, 26, 0.85);
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
}
.video-list-03 .box-img .video-tag > div {
  float: left;
  min-height: 26px;
}
.video-list-03 .box-img .tag-num {
  background: url('kxyzg2024-icon07.png') no-repeat left center;
  padding-left: 18px;
  padding-right: 11px;
  position: relative;
  margin-right: 10px;
}
.video-list-03 .box-img .tag-num::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.video-list-03 .box-title {
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.video-list-03 .box-tag {
  min-height: 26px;
}
.video-list-03 .box-tag li {
  float: left;
  line-height: 26px;
  min-height: 26px;
  margin-right: 10px;
  padding-right: 11px;
  color: #737373;
  position: relative;
}
.video-list-03 .box-tag li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.video-list-03 .box-tag li:last-child::after {
  display: none;
}
.video-list-03 .box-tag li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: #D9D9D9;
}
@media (min-width: 1200px) {
  .video-list-03.list-01 .col-w:nth-child(5n + 1) {
    clear: both;
  }
  .video-list-03.list-03 .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-list-03.list-01 .col-w:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-list-03.list-01 .col-w:nth-child(3n + 1) {
    clear: both;
  }
  .video-list-03.list-03 .col-w:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .video-list-03.list-03 .col-w:nth-child(2n + 1) {
    clear: both;
  }
}
.search-class-menu-wrap {
  padding-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.search-class-menu {
  background: url('kxyzg2024-boxbg2.png') no-repeat bottom right #F2F6FC;
  background-size: cover;
  position: relative;
}
.search-class-menu .menu-search-box {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -27px;
}
.search-class-menu .menu-search-box .s-inp {
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #ACBBD1;
  border-radius: 27px;
  line-height: 52px;
  padding-left: 50px;
  padding-right: 160px;
  display: block;
  width: 100%;
}
.search-class-menu .menu-search-box .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 54px;
  line-height: 54px;
  background: url('kxyzg2024-icon20.png') no-repeat 36px 19px #0C3574;
  border: 1px solid #0C3574;
  border-radius: 27px;
  padding-left: 64px;
  font-weight: bold;
  color: #fff;
}
.search-class-menu .menu-cont {
  padding: 40px 50px 35px 50px;
}
.search-class-menu .menu-box {
  min-height: 34px;
  position: relative;
}
.search-class-menu .menu-box:last-child {
  margin-bottom: 0;
}
.search-class-menu .menu-box .box-cont {
  padding-left: 120px;
  position: relative;
  min-height: 44px;
}
.search-class-menu .menu-box .box-cont a {
  display: block;
  min-width: 110px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  padding: 0 15px;
  color: #333333;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
}
.search-class-menu .menu-box .box-cont a:last-child {
  margin-right: 0;
}
.search-class-menu .menu-box .box-cont a:first-child {
  background: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.search-class-menu .menu-box .box-cont a:first-child.a-s {
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.search-class-menu .menu-box .box-cont a.a-s {
  color: #CF161D;
  font-weight: bold;
  font-size: 18px;
}
.search-class-menu .menu-box .box-cont a.active,
.search-class-menu .menu-box .box-cont a:hover {
  color: #CF161D;
}
.video-details .video-main {
  margin-bottom: 30px;
}
.video-details .main-box {
  margin-bottom: 25px;
}
.video-details .main-box img,
.video-details .main-box video {
  display: block;
}
.video-details .main-box .xgplayer-skin-default {
  width: 100% !important;
  height: 544px !important;
}
.video-details .main-box .xgplayer-skin-default .xgplayer-poster {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.video-details .main-info .info-title {
  line-height: 1.6;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.video-details .main-info .info-tag {
  margin-bottom: 20px;
}
.video-details .main-info .info-tag li {
  float: left;
  line-height: 26px;
  min-height: 26px;
  margin-right: 10px;
  padding-right: 11px;
  color: #737373;
  position: relative;
}
.video-details .main-info .info-tag li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.video-details .main-info .info-tag li:last-child::after {
  display: none;
}
.video-details .main-info .info-tag li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: #D9D9D9;
}
.video-details .main-info .info-other {
  color: #999999;
}
.video-details .main-info .info-other .other-l {
  float: left;
}
.video-details .main-info .info-other .other-l > div {
  float: left;
  margin-right: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  line-height: 30px;
}
.video-details .main-info .info-other .other-l > div:last-child {
  margin-right: 0;
}
.video-details .main-info .info-other .other-l > div.other-time {
  background-image: url('kxyzg2024-icon21.png');
}
.video-details .main-info .info-other .other-l > div.other-pageviews {
  background-image: url('kxyzg2024-pageviews.png');
}
.video-details .main-info .info-other .other-l > div.other-collect {
  padding-left: 0;
}
.video-details .main-info .info-other .other-l > div.other-collect .cas_like_icon-prise_add,
.video-details .main-info .info-other .other-l > div.other-collect .cas_like_icon-prise_minus {
  font-size: 22px !important;
  margin-right: 5px;
  vertical-align: middle;
}
.video-details .main-info .info-other .other-l > div.other-collect .cas_like_btn,
.video-details .main-info .info-other .other-l > div.other-collect .cas_like_btn i {
  color: #999999;
  font-size: 14px;
}
.video-details .main-info .info-other .other-l > div.other-collect .cas_like_number {
  color: #999999;
  height: auto;
  width: auto;
  font-size: 14px;
  text-align: left;
}
.video-details .main-info .info-other .other-share {
  float: right;
}
.video-details .main-info .info-other .other-share .share-xl .social-share a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
}
.video-details .people-info {
  background: #F2F3F5;
  border-radius: 10px;
  padding: 40px 30px;
  margin-bottom: 50px;
}
.video-details .people-info .info-box {
  margin-bottom: 30px;
}
.video-details .people-info .info-box:last-child {
  margin-bottom: 0;
}
.video-details .people-info .info-title {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}
.video-details .people-info .info-txt {
  color: #333333;
  line-height: 26px;
  text-align: justify;
}
.video-details .people-info .info-img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 1200px) {
  .video-details .row-v {
    margin-left: -20px;
    margin-right: -20px;
  }
  .video-details .row-v .col-v {
    padding-left: 20px;
    padding-right: 20px;
  }
  .video-details .row-v .video-main {
    width: 71%;
  }
  .video-details .row-v .video-right {
    width: 29%;
  }
}
.list-special .box-s {
  margin-bottom: 45px;
}
.list-special .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-special .box-s:hover .box-title a {
  color: #13325E;
}
.list-special .box-s .box-img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.list-special .box-s .box-img img {
  display: block;
  width: 100%;
  height: 248px;
  transition: all 0.5s;
}
.list-special .box-s .box-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.list-special .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: #BE2F29;
}
.list-special .box-s .box-title a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-special .box-s .box-txt {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
@media (min-width: 1440px) {
  .list-special .row-w {
    margin-left: -25px;
    margin-right: -25px;
  }
  .list-special .row-w .col-w {
    padding-left: 25px;
    padding-right: 25px;
  }
  .book-list-wrap .row-w {
    margin-left: -30px;
    margin-right: -30px;
  }
  .book-list-wrap .row-w .col-w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .list-special .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-special .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-special .row-w .col-w:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-special .row-w .col-w:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-special .row-w .col-w:nth-child(2n + 1) {
    clear: left;
  }
}
.index-nav .menu-box-empty {
  display: none !important;
  height: 0 !important;
}
.info-title-wrap {
  line-height: 36px;
}
.info-title-wrap .title-tag {
  background: #024098;
  border-radius: 10px 2px 12px 2px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.info-title-wrap .title-tag span {
  display: inline-block;
  position: relative;
}
.info-title-wrap .title-tag span::after {
  content: '/';
  margin-left: 6px;
  margin-right: 6px;
}
.info-title-wrap .title-tag span:last-child::after {
  display: none;
}
.tabs-groups-title {
  font-weight: bold;
  color: #1A1A1A;
  line-height: 36px;
  display: inline;
  margin-bottom: 10px;
}
.tabs-groups-title * {
  display: inline;
}
.tabs-groups .groups-title {
  position: relative;
  margin-bottom: 20px;
}
.tabs-groups .groups-title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #DEDEDE;
}
.tabs-groups .groups-title > div {
  float: left;
  cursor: pointer;
  position: relative;
  height: 48px;
  line-height: 46px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  margin-right: 35px;
  color: #262626;
  font-weight: bold;
}
.tabs-groups .groups-title > div:last-child {
  margin-right: 0;
}
.tabs-groups .groups-title > div.active {
  border-bottom-color: #083171;
  color: #083171;
}
.groups-cont > div {
  display: none;
}
.groups-cont > div.active {
  display: block;
}
.groups-js .js-txt {
  font-size: 15px;
  color: #404040;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: justify;
}
.groups-js .js-groups {
  color: #404040;
  line-height: 28px;
}
.groups-js .js-groups > div {
  font-weight: bold;
}
.groups-js .js-groups > div span {
  font-weight: normal;
}
.class-cont {
  margin-bottom: 20px;
}
.class-more {
  display: block;
  line-height: 20px;
  text-align: center;
  color: #083171;
  position: relative;
}
.class-more span {
  display: inline-block;
}
.class-more span.more-icon::before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
}
.class-more .more-icon {
  transition: transform 0.3s ease;
  /* 平滑过渡 */
}
.groups-bg .box-bg {
  margin-bottom: 8px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(to right, #F7F8FA 60%, #fff);
  position: relative;
  padding: 0 115px 0 17px;
}
.groups-bg .box-bg:hover .box-title {
  color: #13325E;
}
.groups-bg .box-bg:last-child {
  margin-bottom: 0;
}
.groups-bg .box-bg .box-title {
  color: #1A1A1A;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
}
.groups-bg .box-bg .box-more {
  position: absolute;
  right: 20px;
  top: 0;
  color: #083171;
  font-size: 13px;
  padding-left: 25px;
}
.groups-bg .box-bg .box-more::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #798BAF;
  color: #fff;
  position: absolute;
  padding-left: 7px;
  font-size: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.groups-xw {
  margin-top: -10px;
}
.groups-xw .box-xw {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #DEDEDE;
  padding-right: 80px;
  font-size: 15px;
}
.groups-xw .box-xw:hover .box-title {
  color: #13325E;
}
.groups-xw .box-xw:hover::before {
  width: 100%;
}
.groups-xw .box-xw::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #13325E;
  height: 1px;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.groups-xw .box-xw .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.groups-xw .box-xw .box-title {
  color: #1A1A1A;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
}
.activity-list-03 li {
  margin-bottom: 20px;
}
.activity-list-03 li:last-child {
  margin-bottom: 0;
}
.activity-list-03 li .row-w {
  margin-left: 0;
  margin-right: 0;
}
.activity-list-03 li .row-w .col-w {
  padding-left: 0;
  padding-right: 0;
}
.activity-list-03 .box-s {
  background-color: #fff;
  padding: 40px;
}
.activity-list-03 .box-s:hover .tabs-groups-title {
  color: #13325E;
}
.activity-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.activity-list-03 .box-s .box-img {
  overflow: hidden;
}
.activity-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.activity-list-03 .box-s .box-info {
  padding-right: 50px;
  text-align: justify;
}
@media (min-width: 992px) {
  .activity-list-03 .img-w {
    width: 43%;
  }
  .activity-list-03 .info-w {
    width: 57%;
  }
  .activity-list-03 .col-md-push-7 {
    left: 57%;
  }
  .activity-list-03 .col-md-pull-5 {
    right: 43%;
  }
}
.index-article-new .article-img {
  position: relative;
  padding-left: 50px;
  padding-bottom: 50px;
}
.index-article-new .article-img:hover .img-s img {
  transform: scale(1.1);
}
.index-article-new .article-img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50px;
  right: 50px;
  background: url('kxyzg2024-boxbg3.png') no-repeat top left;
  background-size: cover;
}
.index-article-new .article-img .img-s {
  overflow: hidden;
}
.index-article-new .article-img .img-s img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
}
.index-article-new .article-info {
  padding-top: 15px;
  overflow: hidden;
}
.index-article-new .article-info .info-top {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.index-article-new .article-info .info-top:hover .top-title {
  color: #13325E;
}
.index-article-new .article-info .info-top .top-title {
  display: block;
  font-weight: bold;
  color: #262626;
  line-height: 32px;
  margin-bottom: 20px;
}
.index-article-new .article-info .info-top .top-txt {
  font-size: 15px;
  color: #595959;
  line-height: 26px;
}
.index-article-new .article-info .info-top .top-txt a {
  color: #083171;
}
.index-article-new .article-info .info-top .top-txt a:hover {
  text-decoration: underline;
}
.index-article-new .article-info .info-item .item-a {
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.index-article-new .article-info .info-item .item-a:hover {
  padding-left: 20px;
}
.index-article-new .article-info .info-item .item-a:hover::after {
  left: 0;
  width: 8px;
}
.index-article-new .article-info .info-item .item-a:hover a {
  color: #13325E;
}
.index-article-new .article-info .info-item .item-a::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 19px;
  height: 2px;
  width: 0;
  background-color: #13325E;
  transition: all 0.3s;
}
.index-article-new .article-info .info-item .item-a a {
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .index-article-new .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-article-new .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.activity-forecast {
  float: right;
}
.activity-forecast .forecast-title {
  background: url('kxyzg2024-icon29.png') no-repeat;
  background-size: 100% 100%;
  height: 62px;
  line-height: 62px;
  position: relative;
  width: 170px;
  text-align: center;
  float: left;
  border-radius: 3px 25px 3px 25px;
}
.activity-forecast .forecast-title span {
  display: inline-block;
  padding-left: 35px;
  background: url('kxyzg2024-icon28.png') no-repeat left center;
  color: #fff;
  font-weight: bold;
}
.activity-forecast .forecast-cont {
  background: url('kxyzg2024-icon30.png') no-repeat top center;
  background-size: 100% 100%;
  border-radius: 0 25px 0 0;
  width: 900px;
  padding-left: 30px;
  padding-right: 50px;
  float: left;
  height: 62px;
  overflow: hidden;
}
.activity-forecast .swiper-container,
.activity-forecast .swiper-slide {
  height: 62px;
}
.activity-forecast .box-activ {
  position: relative;
  padding-right: 115px;
  line-height: 62px;
  color: #13325E;
}
.activity-forecast .box-activ .box-date {
  position: absolute;
  right: 0;
  top: 0;
}
.activity-forecast .box-activ .box-title {
  font-weight: bold;
  color: #13325E;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 62px;
  line-height: 62px;
}
@media (max-width: 1439px) {
  .activity-forecast .forecast-cont {
    width: 750px;
  }
}
@media (max-width: 1199px) {
  .activity-forecast .forecast-cont {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .activity-forecast .forecast-cont {
    padding-left: 20px;
    padding-right: 30px;
    width: 450px;
  }
}
@media (max-width: 767px) {
  .activity-forecast {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 60px;
    position: relative;
  }
  .activity-forecast .forecast-title {
    width: 60px;
    background: #C8292A;
    border-radius: 5px 0 0 5px;
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .activity-forecast .forecast-title span {
    display: none;
  }
  .activity-forecast .forecast-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('kxyzg2024-icon28.png') no-repeat center center;
  }
  .activity-forecast .forecast-cont {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }
  .activity-forecast .box-activ {
    padding-right: 90px;
  }
}
.to-activity {
  padding-top: 50px;
}
.to-activity a {
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url('kxyzg2024-icon32.png') no-repeat center center;
  background-size: cover;
}
.to-activity span {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  line-height: 30px;
  vertical-align: middle;
}
.to-activity span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url('kxyzg2024-icon31.png') no-repeat right center;
  margin-top: -6px;
  animation: shake 3.5s infinite ease-in-out;
  /* 添加 ease-in-out 来使动画更平滑 */
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
@media (max-width: 767px) {
  .to-activity {
    padding-top: 30px;
  }
  .to-activity a {
    height: 70px;
    line-height: 70px;
  }
}
